home *** CD-ROM | disk | FTP | other *** search
- object FormHTMLScript: TFormHTMLScript
- Left = 120
- Top = 141
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Script'
- ClientHeight = 152
- ClientWidth = 338
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object EditHTMLTag: TEdit
- Left = 0
- Top = 0
- Width = 117
- Height = 21
- Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
- TabStop = False
- AutoSize = False
- ParentColor = True
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 0
- Text = 'EditHTMLTag'
- OnChange = EditHTMLTagChange
- end
- object GroupBoxLANGUAGE: TGroupBox
- Left = 84
- Top = 27
- Width = 171
- Height = 64
- Caption = 'LANGUAGE'
- TabOrder = 1
- object EditLANGUAGE: TEdit
- Left = 6
- Top = 16
- Width = 159
- Height = 21
- MaxLength = 250
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnChange = EditLANGUAGEChange
- OnExit = EditLANGUAGEExit
- OnKeyPress = EditLANGUAGEKeyPress
- end
- object PanelLANGUAGE: TPanel
- Left = 2
- Top = 42
- Width = 167
- Height = 20
- Hint = 'LANGUAGE attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelLANGUAGE'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelLANGUAGEClick
- end
- end
- object PanelBottom: TPanel
- Left = 0
- Top = 99
- Width = 338
- Height = 53
- Align = alBottom
- BevelOuter = bvNone
- Caption = 'PanelBottom'
- Font.Color = clBtnFace
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- object Bevel: TBevel
- Left = 0
- Top = 0
- Width = 338
- Height = 6
- Align = alTop
- Shape = bsTopLine
- end
- object ButtonInsert: TButton
- Left = 4
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Use the HTML tag'
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = ButtonInsertClick
- end
- object ButtonCancel: TButton
- Left = 88
- Top = 8
- Width = 77
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = ButtonCancelClick
- end
- object ButtonHelp: TButton
- Left = 256
- Top = 8
- Width = 77
- Height = 25
- Caption = '&Help'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = ButtonHelpClick
- end
- object ButtonClearAll: TButton
- Left = 172
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Clear and reset all attributes to defaults'
- Caption = 'Clear &All'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = ButtonClearAllClick
- end
- object PanelSaveReuseLevel: TPanel
- Left = 4
- Top = 40
- Width = 329
- Height = 9
- BevelOuter = bvLowered
- Caption = ' '
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnDblClick = PanelSaveReuseLevelDblClick
- OnMouseMove = PanelSaveReuseLevelMouseMove
- end
- end
- end
-